css changer la couleur de la sélection

85

::selection{
  background-color: #444;
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: #444;
  color: white;
}

Comments

Submit
0 Comments